home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / run10.arc / RUN.DOC < prev    next >
Encoding:
Text File  |  1990-05-22  |  1.6 KB  |  49 lines

  1. -------------------------------------------------------------------------------
  2. 870413            RUN Version 1.0
  3. -------------------------------------------------------------------------------
  4.  
  5. I.    Purpose.
  6.  
  7.     The program RUN.EXE was written to allow me to execute programs not
  8.     available through the current environment variable "PATH=", and not
  9.     in the current subdirectory.  DOS version 3.x corrects the oversight.
  10.     However, for those of us still benighted with DOS 2.x, it is handy.
  11.  
  12. II.    Execution
  13.  
  14.     RUN is invoked:
  15.  
  16.     "A>" RUN <program file name> <parameters>
  17.  
  18.     where    "A>"                is the DOS prompt
  19.         <Program file name> is a fully qualified file name (i.e.
  20.                     C:\subdirectory\pgm.ext) with EXTENSION
  21.     and    <parameters>        are any parameters you would pass the
  22.                     program in a normal invocation.
  23.  
  24. III.    Caveats
  25.  
  26.     A few notes:
  27.  
  28.     . RUN saves the error level of the terminating process and passes it
  29.       back to the DOS.  It does not save ^C, critical device error, or
  30.       TSR exit status.
  31.  
  32.     . Note that you must supply the extension of the program file name
  33.       (i.e. COM or EXE).  Run does not execute .BAT files.
  34.  
  35.     . The disc and subdirectory are optional, if the target program is on
  36.       the default disc or subdirectory (or available through "PATH=").
  37.  
  38. IV.    Public Domain
  39.  
  40.     No charge is being exacted for RUN.  I place it in the public domain
  41.     for any and all who wish it.  I also take no responsibility for its
  42.     shortcomings or failure to perform correctly (as advertised, that is).
  43.     I am:
  44.  
  45.     R. Scott McGinnis        GEnie, PLINK ID: Tartan
  46.     P.O. Box 3607 Mdse Mart
  47.     Chicago, IL 60654-0607
  48.  
  49.